.ad-view{
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147482401;
}
.ad-view .ad-card{
  width: 900px;
  position: absolute;
  top:180px;
  left: calc(50% - 450px);
}
.ad-view .ad-card .ad-close{
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top:-40px;
  right: -50px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  cursor:pointer;
  background-color: rgba(255, 255, 255, .2);
}
.ad-view .ad-card .ad-img{
  height: auto;
  width: 900px;
}
